Skip to content

Issues: vlang/v

Beta
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Issues list

jsgen: map to string fails on rune keys Bug This tag is applied to issues which reports bugs.
#24637 opened Jun 1, 2025 by gchumillas
dump() is backend specific Feature/Enhancement Request This issue is made to request a feature or an enhancement to an existing one. Reimplement Feature This issue is related to significant changes of existing feature.
#24633 opened Jun 1, 2025 by Eliyaan
comptime: $if T.indirections != 0 { always fails, even when T is &int or &&int Bug This tag is applied to issues which reports bugs. Comptime Features processed during compile time, like $if, $for, $env etc Status: Confirmed This bug has been confirmed to be valid by a contributor. Unit: Compiler Bugs/feature requests, that are related to the V compiler in general.
#24630 opened May 31, 2025 by spytheman
compiler bug: error: pointer expected Bug This tag is applied to issues which reports bugs. Option Type Bugs/feature requests, that are related to `?Type`. Status: Confirmed This bug has been confirmed to be valid by a contributor. Unit: cgen Bugs/feature requests, that are related to the default C generating backend.
#24622 opened May 31, 2025 by keiravillekode
Aliased pointers not recognized Bug This tag is applied to issues which reports bugs.
#24621 opened May 31, 2025 by antono2
fn add(x int, y int) int -> x + y
#24612 opened May 30, 2025 by Yzrsah
2 tasks
dump native error Bug This tag is applied to issues which reports bugs. Unit: Native Bugs/feature requests, that are related to the V native code backend.
#24610 opened May 30, 2025 by Avey777
jsgen: maps are always constructed using string keys Bug This tag is applied to issues which reports bugs. Unit: JS Bugs/feature requests, that are related to the JavaScript backend.
#24607 opened May 29, 2025 by gchumillas
array should has a method pop_left Feature/Enhancement Request This issue is made to request a feature or an enhancement to an existing one.
#24591 opened May 27, 2025 by kbkpbot
2 tasks
gitignore: remove !*.* rule that interferes with personal exclusions Bug This tag is applied to issues which reports bugs.
#24590 opened May 27, 2025 by gchumillas
Compile time conditional a.name is not handled by the native backend. Bug This tag is applied to issues which reports bugs. Unit: Native Bugs/feature requests, that are related to the V native code backend.
#24589 opened May 27, 2025 by Avey777
Can't use eval in shared library compiled with tcc Bug This tag is applied to issues which reports bugs.
#24586 opened May 27, 2025 by rosshadden
checker: wrapping mutable array in parenthesis circumvents checker Bug This tag is applied to issues which reports bugs.
#24584 opened May 26, 2025 by 4hnme
$compile_error should locate the actual location of the error Bug This tag is applied to issues which reports bugs. Feature/Enhancement Request This issue is made to request a feature or an enhancement to an existing one. Unit: Checker Bugs/feature requests, that are related to the type checker.
#24575 opened May 25, 2025 by kbkpbot
watch flag breaks backend option Bug This tag is applied to issues which reports bugs.
#24571 opened May 25, 2025 by alexbezhan
Generic function compilation problem Bug This tag is applied to issues which reports bugs. Generics[T] Bugs/feature requests, that are related to the V generics. Unit: Checker Bugs/feature requests, that are related to the type checker.
#24570 opened May 25, 2025 by get200
$compile_error not work as expected Bug This tag is applied to issues which reports bugs.
#24562 opened May 24, 2025 by kbkpbot
when i run v download or v searh or v install it always fails Bug This tag is applied to issues which reports bugs.
#24553 opened May 23, 2025 by aubreychao
channel or { } for closing detection confused with method option/result or Bug This tag is applied to issues which reports bugs. Unit: Checker Bugs/feature requests, that are related to the type checker.
#24550 opened May 22, 2025 by jorgeluismireles
cgen error for cb1 := fn (){}; cb2 := &cb1; cb3 := &cb2; println(voidptr(cb3)) Bug This tag is applied to issues which reports bugs. Unit: cgen Bugs/feature requests, that are related to the default C generating backend. Unit: Compiler Bugs/feature requests, that are related to the V compiler in general.
#24537 opened May 21, 2025 by spytheman
The language allows circular type references Bug This tag is applied to issues which reports bugs. Unit: Checker Bugs/feature requests, that are related to the type checker.
#24511 opened May 18, 2025 by gchumillas
[linux/aarch64] test fail for vlib/math/vec/vec2_test.v Arch: ARM Bugs/feature requests, that are related to architecture ARM. Bug This tag is applied to issues which reports bugs. Compiler: TCC Bugs/feature requests, that are related to compiling V programs with TCC. Test Fail Bugs requests, that are related to failing tests.
#24501 opened May 17, 2025 by kbkpbot
Generics compile failure Bug This tag is applied to issues which reports bugs. Generics[T] Bugs/feature requests, that are related to the V generics. Status: Confirmed This bug has been confirmed to be valid by a contributor.
#24471 opened May 13, 2025 by pd-giz-dave
cgen, generics: C gen error when using optional element in array Bug This tag is applied to issues which reports bugs. Option Type Bugs/feature requests, that are related to `?Type`. Status: Confirmed This bug has been confirmed to be valid by a contributor. Unit: cgen Bugs/feature requests, that are related to the default C generating backend.
#24466 opened May 12, 2025 by enghitalo
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.